-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated query of git version string, Updated vs-build contents #45
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added FileID = FileFmtID_NoCompressWithoutTime which would now branch the file reading code to correctly parse the new uncompressed file format, so all readers need to be updated to support this new format, but old readers still work with legacy binary files.
The user can get uncompressed binary by setting the OutFileFmt option in the primary FAST input file to 0. This generates a text version of the output and an uncompressed binary version.
Refactored code to obtain the git commit hash so the a single function call returns the commit string regardless of the build approach
Based on input for Bonnie Jonkman, I have altered the implementation for obtaining the git-related version string.
Now ranlux.f90 can be used by other modules
|
Also change output executables to start with openfast_
Correctly added back the /DDOUBLE_PRECISION flag for stand-along driver projects, and removed the /warn:interfaces option
added back /DDOUBLE_PRECISION flag and corrected default float size for dierckx_fitpack.f when building double precision
ghost
approved these changes
Sep 12, 2017
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This includes the relocation of RANLUX.f90 from the icefloe module to the nwtc_library so that other modules can point to this code.